home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / links / 00006_Script_link - QuickTime (Top 20) < prev    next >
Encoding:
Text File  |  2000-06-22  |  250 b   |  11 lines

  1. on mouseDown me
  2.   puppetSound 1, "ClickSound"
  3. on mouseUp
  4.   if the platform = "Windows,32" then
  5.     open the moviepath&"software\QTime\PC\QuickTime30.exe"
  6.   else 
  7.     open the moviepath&"software:QTime:mac:B-QuickTime 3.smi"
  8.   end if
  9.   
  10. end
  11.